Skip to content

Conversation

@ic0ns
Copy link
Contributor

@ic0ns ic0ns commented Jun 12, 2025

This PR should address or suppress all existing static code-analysis issues

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we move it? does it need to be in the main folder? whats a good position for it?

public void setXor(byte[] xor) {
this.xor = xor;
this.xor = xor == null ? null : xor.clone();
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes need to be reverted - we dont want them

Comment on lines +41 to +43
@SuppressWarnings("unused")
public LongSwapEndianModification(LongSwapEndianModification other) {
super();
this();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this still here?

@ic0ns ic0ns closed this Jun 18, 2025
@ic0ns ic0ns deleted the fix-static-analysis-warnings branch June 18, 2025 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants